home *** CD-ROM | disk | FTP | other *** search
- Path: jth.ping.de!jth
- Date: 09 Apr 1996 21:20:00 +0100
- From: jth@jth.ping.de (Jens Theisen)
- Newsgroups: comp.lang.c++
- Message-ID: <66W25t5UoNB@jth.ping.de>
- References: <316901DA.3138C677@ablecom.net>
- Subject: Re: easy c++ question
- X-Newsreader: CrossPoint v3.1
-
- You should be right. Constructors are called implicitly when an object of
- this class is created. Perhaps your constructor hasn't the same parameter
- list than the one your are using to create the object.
-
- - Jens Theisen / jth@jth.ping.de -
-